-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Part 2] Display logs for client and server #130
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will leave this for someone who has any idea as to what's going on in this PR 😂. Sorry I can't do much of a review here ha.
@@ -62,12 +62,6 @@ jobs: | |||
uses: pypa/[email protected] | |||
with: | |||
virtual-environment: .venv/ | |||
# Skipping 3 cryptography issues that can't be patched because of FL4Health |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
for more information, see https://pre-commit.ci
This reverts commit 0fbc5da.
…oks"" This reverts commit a7956f3.
for more information, see https://pre-commit.ci
# Conflicts: # florist/tests/unit/api/routes/server/test_training.py
# Conflicts: # florist/app/jobs/details/page.tsx
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #130 +/- ##
==========================================
- Coverage 93.83% 88.97% -4.86%
==========================================
Files 24 24
Lines 2221 2341 +120
Branches 120 192 +72
==========================================
- Hits 2084 2083 -1
- Misses 137 258 +121 ☔ View full report in Codecov by Sentry. |
# Conflicts: # .github/workflows/static_code_checks.yaml
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
PR Type
Feature
Short Description
Clickup Ticket(s): https://app.clickup.com/t/8689qq767
Part 2: UI for displaying logs. Part 1: #128
Adding a link to the progress details section for both server and clients, which will open a modal that fetches and displays the logs (see screenshots below). The modal also has an option for refreshing the logs, which will trigger a refetch, and a download option, which will save the logs in a file and download it.
Tests Added
Fully unit tested.